Skip to content

Commit 1b815d6

Browse files
committed
Formatting inside a derive
1 parent dd456d9 commit 1b815d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ impl Default for CodegenConfig {
166166
/// // Write the generated bindings to an output file.
167167
/// try!(bindings.write_to_file("path/to/output.rs"));
168168
/// ```
169-
#[derive(Debug,Default)]
169+
#[derive(Debug, Default)]
170170
pub struct Builder {
171171
options: BindgenOptions,
172172
input_headers: Vec<String>,

0 commit comments

Comments
 (0)