Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 1, 2024
1 parent d10db41 commit e708198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ pub fn create_file(path: &str) -> anyhow::Result<File> {

/// Vfs helper struct for a file.
/// Opening or creating a file will give you a Result<File>.
/// You can call it's impl functions to interact with it.
/// You can call it's impl functions to interact with it.
pub struct File {
pub path: String,
}
Expand Down

0 comments on commit e708198

Please sign in to comment.