From 8fb7c3b776d31c7373e8b38464379830b472c134 Mon Sep 17 00:00:00 2001 From: andy840119 Date: Fri, 25 Nov 2022 23:26:12 +0800 Subject: [PATCH] run the dotnet format to format the code. --- .../Input/Handlers/Microphone/MicrophoneHandler.cs | 8 ++++---- osu.Framework.Microphone/Input/MicrophoneInputManager.cs | 2 +- osu.Framework.Microphone/Input/MicrophoneManager.cs | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/osu.Framework.Microphone/Input/Handlers/Microphone/MicrophoneHandler.cs b/osu.Framework.Microphone/Input/Handlers/Microphone/MicrophoneHandler.cs index 3fd1af2..56fab7a 100644 --- a/osu.Framework.Microphone/Input/Handlers/Microphone/MicrophoneHandler.cs +++ b/osu.Framework.Microphone/Input/Handlers/Microphone/MicrophoneHandler.cs @@ -1,16 +1,16 @@ // Copyright (c) karaoke.dev . Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. -using ManagedBass; -using NWaves.Features; -using osu.Framework.Input.StateChanges; -using osu.Framework.Platform; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; +using ManagedBass; +using NWaves.Features; using NWaves.Utils; using osu.Framework.Bindables; +using osu.Framework.Input.StateChanges; +using osu.Framework.Platform; namespace osu.Framework.Input.Handlers.Microphone { diff --git a/osu.Framework.Microphone/Input/MicrophoneInputManager.cs b/osu.Framework.Microphone/Input/MicrophoneInputManager.cs index bce8624..f884918 100644 --- a/osu.Framework.Microphone/Input/MicrophoneInputManager.cs +++ b/osu.Framework.Microphone/Input/MicrophoneInputManager.cs @@ -1,11 +1,11 @@ // Copyright (c) karaoke.dev . Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. +using System; using osu.Framework.Input.Events; using osu.Framework.Input.Handlers.Microphone; using osu.Framework.Input.StateChanges.Events; using osu.Framework.Input.States; -using System; namespace osu.Framework.Input { diff --git a/osu.Framework.Microphone/Input/MicrophoneManager.cs b/osu.Framework.Microphone/Input/MicrophoneManager.cs index 6a42592..c371b1b 100644 --- a/osu.Framework.Microphone/Input/MicrophoneManager.cs +++ b/osu.Framework.Microphone/Input/MicrophoneManager.cs @@ -1,10 +1,10 @@ // Copyright (c) karaoke.dev . Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. -using ManagedBass; -using osu.Framework.Extensions.TypeExtensions; using System.Collections.Generic; using System.Linq; +using ManagedBass; +using osu.Framework.Extensions.TypeExtensions; namespace osu.Framework.Input {