Skip to content

Commit 3ee184c

Browse files
committed
Avoid settings source in notification
1 parent ac84820 commit 3ee184c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ruff_server/src/session/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ impl ResolvedClientSettings {
418418

419419
if contains_invalid_settings {
420420
show_err_msg!(
421-
"Ruff received invalid client settings. Refer to the logs for more information."
421+
"Ruff received invalid settings. Refer to the logs for more information."
422422
);
423423
}
424424

0 commit comments

Comments
 (0)