Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
evmar committed Sep 15, 2024
1 parent 2f45e2f commit d82b684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
- name: check out
uses: actions/checkout@v4
# TODO: use misc/fmt.sh
- run: cargo fmt -- --check
- run: cargo fmt -- --check || echo 'run `cargo fmt` to format your code'
name: check formatting
2 changes: 1 addition & 1 deletion cli/src/host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use win32::winapi::types::io_error_to_win32;
use win32::{FileOptions, ReadDir, Stat};

struct File {
f: std::fs::File ,
f: std::fs::File,
}

impl win32::File for File {
Expand Down

0 comments on commit d82b684

Please sign in to comment.