Skip to content

Commit 7466ea3

Browse files
committed
style: ran cargo fmt
1 parent fa45801 commit 7466ea3

File tree

1 file changed

+8
-2
lines changed
  • packages/perseus-cli/src

1 file changed

+8
-2
lines changed

packages/perseus-cli/src/lib.rs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,11 @@ pub fn get_user_crate_name(dir: &Path) -> Result<String, ExecutionError> {
128128
/// *Note: following v0.4.0-beta.18, these will only affect the top-level paths
129129
/// with these names, rather than any paths with these names. Further exclusions
130130
/// should be manually specified.*
131-
pub static WATCH_EXCLUSIONS: &[&str] =
132-
&["dist", "target", "target_engine", "target_browser", ".git", "node_modules"];
131+
pub static WATCH_EXCLUSIONS: &[&str] = &[
132+
"dist",
133+
"target",
134+
"target_engine",
135+
"target_browser",
136+
".git",
137+
"node_modules",
138+
];

0 commit comments

Comments
 (0)