diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Srepo/ISrepoService.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Srepo/ISrepoService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Srepo/ISrepoService.cs b/src/Ryujinx.HLE/HOS/Services/Srepo/ISrepoService.cs index 167dea67..f5467983 100644 --- a/src/Ryujinx.HLE/HOS/Services/Srepo/ISrepoService.cs +++ b/src/Ryujinx.HLE/HOS/Services/Srepo/ISrepoService.cs @@ -6,4 +6,4 @@ { public ISrepoService(ServiceCtx context) { } } -}
\ No newline at end of file +} |