Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored May 2, 2023
1 parent d42437a commit 5ad18a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ At the moment the CLI only serves one purpose: creating a new challenge. In the
## Usage

```shell
./challenge-cli
./challenge-cli
```

will print:
Expand Down
1 change: 0 additions & 1 deletion cli/src/enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ impl fmt::Display for Technology {
write!(f, "{:?}", self)
}
}

0 comments on commit 5ad18a7

Please sign in to comment.