Skip to content

Commit 588a398

Browse files
committed
fmt
1 parent c5bbb75 commit 588a398

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rewatch/src/format.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ fn format_files(bsc_exe: &Path, files: Vec<String>, check: bool) -> Result<()> {
113113
}
114114
}
115115
#[cfg(not(windows))]
116-
{ raw }
116+
{
117+
raw
118+
}
117119
};
118120
if original_content != formatted_content {
119121
if check {

0 commit comments

Comments
 (0)