Skip to content

Commit

Permalink
Fix undefined identifier 'trace' error.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBelmondo authored and WebFreak001 committed Jun 8, 2023
1 parent 94f0291 commit 5b2711e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/served/commands/format.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import workspaced.com.snippets : SnippetLevel;
import workspaced.coms;

import std.conv : to;
import std.experimental.logger : trace;
import std.json;
import std.string;

Expand Down

0 comments on commit 5b2711e

Please sign in to comment.