Skip to content

Commit

Permalink
Formatting inside a derive
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Jul 13, 2017
1 parent dd456d9 commit 1b815d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ impl Default for CodegenConfig {
/// // Write the generated bindings to an output file.
/// try!(bindings.write_to_file("path/to/output.rs"));
/// ```
#[derive(Debug,Default)]
#[derive(Debug, Default)]
pub struct Builder {
options: BindgenOptions,
input_headers: Vec<String>,
Expand Down

0 comments on commit 1b815d6

Please sign in to comment.