Skip to content

Commit

Permalink
run gofmt (not sure why CI didn’t run for PR #160)
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Sep 9, 2024
1 parent 80d6127 commit a1c7c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conversions.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ func convertInMessage(
},
}

case fusekernel.OpSyncFS:
case fusekernel.OpSyncFS:
type input fusekernel.SyncFSIn
in := (*input)(inMsg.Consume(unsafe.Sizeof(input{})))
if in == nil {
Expand Down
2 changes: 1 addition & 1 deletion internal/fusekernel/fuse_kernel.go
Original file line number Diff line number Diff line change
Expand Up @@ -813,5 +813,5 @@ type NotifyInvalEntryOut struct {
}

type SyncFSIn struct {
Padding uint64
Padding uint64
}

0 comments on commit a1c7c82

Please sign in to comment.