summaryrefslogtreecommitdiff
path: root/src/step.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/step.rs')
-rw-r--r--src/step.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/step.rs b/src/step.rs
index acbb078..e8d9117 100644
--- a/src/step.rs
+++ b/src/step.rs
@@ -64,7 +64,7 @@ impl Step {
#[cfg(test)]
mod tests {
- use super::{Step, Status};
+ use super::{Status, Step};
#[test]
fn new_step() {