Skip to content

Commit

Permalink
chore: format (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
satyarohith authored Nov 4, 2024
1 parent 4fab369 commit bd7a3fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/workspace/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,9 @@ impl Workspace {
if !is_valid_jsr_pkg_name(name) {
diagnostics.push(WorkspaceDiagnostic {
config_url: config.specifier.clone(),
kind: WorkspaceDiagnosticKind::InvalidMemberName { name: name.clone() },
kind: WorkspaceDiagnosticKind::InvalidMemberName {
name: name.clone(),
},
});
}
}
Expand Down

0 comments on commit bd7a3fc

Please sign in to comment.