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 b5445f8 commit 2f45e2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ jobs:
steps:
- name: check out
uses: actions/checkout@v4
- run: ./misc/fmt.sh
# TODO: use misc/fmt.sh
- run: cargo fmt -- --check
name: check formatting
- name: List files in the repository
run: |
ls ${{ github.workspace }}
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
2 changes: 1 addition & 1 deletion misc/fmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
set -e

cargo fmt
#web/node_modules/.bin/dprint fmt
web/node_modules/.bin/dprint fmt

0 comments on commit 2f45e2f

Please sign in to comment.