Skip to content

Commit

Permalink
Remove stray semicolon
Browse files Browse the repository at this point in the history
This semicolon is currently silently ignored, but we may be changing that in the future.
  • Loading branch information
Mark-Simulacrum authored and jalexvig committed Oct 4, 2019
1 parent fe1e148 commit d37e762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fn main() -> Result<(), Box<Error>> {
)?;
};

writeln!(&mut all_profiles, r#"];"#, )?;
writeln!(&mut all_profiles, r#"]"#, )?;

Ok(())
}
}

0 comments on commit d37e762

Please sign in to comment.