Skip to content

Commit b4a4775

Browse files
committed
Fix fmt
1 parent cd931cd commit b4a4775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wslplugins-rs/src/api/wsl_command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ impl<'a> WSLCommand<'a> {
134134
self.truncate_args(0);
135135
self
136136
}
137-
137+
138138
/// Truncates the arguments of the command after a specified index.
139139
///
140140
/// This method keeps `arg0` and the first `i` additional arguments, discarding the rest.

0 commit comments

Comments
 (0)