Skip to content

Commit 8b11734

Browse files
committed
Apply black format
1 parent 4343c8b commit 8b11734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fprime/util/code_formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def exclude_file(self, filepath: Path) -> None:
8686
print(f"[INFO] Excluding {filepath} from formatting.")
8787
self._files_to_format.remove(filepath)
8888
elif self.verbose:
89-
print(f"[INFO] {filepath} was not staged for formatting. Skipping.")
89+
print(f"[INFO] {filepath} was not staged for formatting. Skipping.")
9090

9191
def execute(
9292
self, builder: "Build", context: "Path", args: Tuple[Dict[str, str], List[str]]

0 commit comments

Comments
 (0)