Skip to content

Commit ffd2dbf

Browse files
committed
nit: spacing
1 parent 5c1b8de commit ffd2dbf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/ruff_workspace/src/pyproject.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,7 @@ pub(super) fn load_options<P: AsRef<Path>>(
181181
if let Some(dir) = path.as_ref().parent() {
182182
let fallback = get_fallback_target_version(dir);
183183
if fallback.is_some() {
184-
debug!(
185-
"Derived `target-version` from `requires-python` in `pyproject.toml`"
186-
);
184+
debug!("Derived `target-version` from `requires-python` in `pyproject.toml`");
187185
} else {
188186
debug!("No `pyproject.toml` with `requires-python` in same directory; `target-version` unspecified");
189187
}

0 commit comments

Comments
 (0)