Fix empty lines
This commit is contained in:
parent
23669bfdbf
commit
9292669bf3
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ using Ryujinx.HLE.FileSystem;
|
|||
using Ryujinx.HLE.FileSystem.Content;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
|
||||
using static Ryujinx.HLE.Utilities.FontUtils;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Font
|
||||
|
|
|
@ -7,6 +7,7 @@ using Ryujinx.HLE.HOS.Services.Time.Clock;
|
|||
using Ryujinx.HLE.Utilities;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
|
||||
using static Ryujinx.HLE.HOS.Services.Time.TimeZone.TimeZoneRule;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Time.TimeZone
|
||||
|
|
Loading…
Add table
Reference in a new issue