Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Nov 17, 2018
1 parent 0e8af38 commit 4307654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pest/src/stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// option. All files in the project carrying such notice may not be copied,
// modified, or distributed except according to those terms.

use std::ops::{ Range, Index };
use std::ops::{Range, Index};

/// Implementation of a `Stack` which maintains an log of `StackOp`s in order to rewind the stack
/// to a previous state.
Expand Down

0 comments on commit 4307654

Please sign in to comment.