-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #272 from andy840119/run-the-dotnet-format
run the dotnet format to format the code.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
osu.Framework.Microphone/Input/Handlers/Microphone/MicrophoneHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
// Copyright (c) karaoke.dev <[email protected]>. 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 | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
// Copyright (c) karaoke.dev <[email protected]>. 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 | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
// Copyright (c) karaoke.dev <[email protected]>. 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 | ||
{ | ||
|