Skip to content

Commit

Permalink
Fix linting issue in filelogger.d
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladiwostok authored and dlang-bot committed Dec 9, 2024
1 parent 823f7aa commit 2c26763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/logger/filelogger.d
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class FileLogger : Logger
{
// we don't need to actually run the code, only make sure
// it compiles
static _() {
static void _() {
auto l = new shared FileLogger("");
}
}

0 comments on commit 2c26763

Please sign in to comment.