Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Sep 5, 2023
1 parent 4b17865 commit 4a02954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/qasm2/src/lex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ impl TokenStream {
Ok(None)
} else {
self.next(context)
}
};
} else {
TokenType::Slash
}
Expand Down

0 comments on commit 4a02954

Please sign in to comment.