Skip to content

Commit 21ed64a

Browse files
committed
refactor(cli): remove unnecessary qualification
1 parent 6226cdb commit 21ed64a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/quick-lint-js/cli/options.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ struct Options {
5353
bool print_parser_visits = false;
5454
bool lsp_server = false;
5555
bool snarky = false;
56-
quick_lint_js::Output_Format output_format =
57-
quick_lint_js::Output_Format::default_format;
56+
Output_Format output_format = Output_Format::default_format;
5857
Option_When diagnostic_hyperlinks = Option_When::auto_;
5958
std::vector<File_To_Lint> files_to_lint;
6059
Compiled_Diag_Code_List exit_fail_on;

0 commit comments

Comments
 (0)