Skip to content

Commit

Permalink
feat(#197): clean for check
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Oct 9, 2024
1 parent 270b8ca commit d75e415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
use clap::{Parser, Subcommand, ArgAction};
use clap::{ArgAction, Parser, Subcommand};

// @todo #41:15min Add --report argument.
// Let's add --report option for generating reports in desired formats:
Expand Down
2 changes: 1 addition & 1 deletion cli/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mod tests {
assert!(output.contains(env!("CARGO_PKG_VERSION")));
Ok(())
}

#[test]
fn outputs_version_from_short() -> Result<()> {
let assertion = Command::cargo_bin("fakehub")?.arg("-v").assert();
Expand Down

1 comment on commit d75e415

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on d75e415 Oct 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 79-d0a80208 disappeared from cli/src/args.rs), that's why I closed #82. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.