Block scoped namespace

This commit is contained in:
Isaac Marovitz 2023-01-03 18:06:40 -05:00
parent f25c27c5f5
commit c6cd6f5477
No known key found for this signature in database
GPG key ID: 97250B2B09A132E1

View file

@ -9,8 +9,8 @@ using System.Net.Http;
using System.Net.NetworkInformation; using System.Net.NetworkInformation;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace Ryujinx.Ava.UI.ViewModels; namespace Ryujinx.Ava.UI.ViewModels
{
public class AboutWindowViewModel : BaseModel public class AboutWindowViewModel : BaseModel
{ {
private Bitmap _githubLogo; private Bitmap _githubLogo;
@ -132,3 +132,4 @@ public class AboutWindowViewModel : BaseModel
} }
} }
} }
}