Skip to content

Commit 919a729

Browse files
committed
style: fix trailing newline
1 parent e482725 commit 919a729

File tree

1 file changed

+1
-1
lines changed
  • crates/bashkit/src/interpreter

1 file changed

+1
-1
lines changed

crates/bashkit/src/interpreter/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9686,4 +9686,4 @@ bash /tmp/opts.sh -f xml -v
96869686
assert_eq!(lines[0], "FORMAT=json VERBOSE=1");
96879687
assert_eq!(lines[1], "FORMAT=xml VERBOSE=1");
96889688
}
9689-
}
9689+
}

0 commit comments

Comments
 (0)