diff options
Diffstat (limited to 'src/Ryujinx.Common/Logging/Formatters/ILogFormatter.cs')
| -rw-r--r-- | src/Ryujinx.Common/Logging/Formatters/ILogFormatter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Common/Logging/Formatters/ILogFormatter.cs b/src/Ryujinx.Common/Logging/Formatters/ILogFormatter.cs index 25a06d83..5c660a52 100644 --- a/src/Ryujinx.Common/Logging/Formatters/ILogFormatter.cs +++ b/src/Ryujinx.Common/Logging/Formatters/ILogFormatter.cs @@ -4,4 +4,4 @@ { string Format(LogEventArgs args); } -}
\ No newline at end of file +} |
