Skip to content

Commit 5efcfd8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5ded270 commit 5efcfd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

clang-tools-manager/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,12 @@ pub struct CliOptions {
140140
pub force: bool,
141141

142142
/// Whether to use the system's available package managers.
143-
///
143+
///
144144
/// This matches the value of a CI environment variable.
145145
/// For non-CI contexts, this allows users to opt-in to using
146146
/// system package managers as a fallback in case PyPI offerings
147147
/// are unsatisfactory.
148-
///
148+
///
149149
/// If system package managers are not allowed or fail, then
150150
/// static binaries built by cpp-linter are sought (for
151151
/// compatible platforms).

0 commit comments

Comments
 (0)