Skip to content

Commit

Permalink
Merge pull request #272 from andy840119/run-the-dotnet-format
Browse files Browse the repository at this point in the history
run the dotnet format to format the code.
  • Loading branch information
andy840119 authored Nov 25, 2022
2 parents 0f516e9 + 8fb7c3b commit f34c67e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Microphone/Input/MicrophoneInputManager.cs
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
{
Expand Down
4 changes: 2 additions & 2 deletions osu.Framework.Microphone/Input/MicrophoneManager.cs
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
{
Expand Down

0 comments on commit f34c67e

Please sign in to comment.