Skip to content

Commit

Permalink
real code style
Browse files Browse the repository at this point in the history
  • Loading branch information
geremachek committed Jul 13, 2021
1 parent f74cb4a commit e11536f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/volume/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::commands::MerlinError;

// an enum representing the states of a volume buffer

pub enum VolumeState {
enum VolumeState {
// the volume is a file, with a path

File(String),
Expand Down

0 comments on commit e11536f

Please sign in to comment.