mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-23 06:56:27 +00:00
chore: undo formatting (unrelated change)
This commit is contained in:
parent
8a837b8973
commit
148caab599
@ -65,9 +65,7 @@ impl Builder {
|
|||||||
|
|
||||||
/// Add an input .rs file(such as generated from bindgen) to generate binding.
|
/// Add an input .rs file(such as generated from bindgen) to generate binding.
|
||||||
pub fn input_bindgen_file<T: AsRef<Path>>(mut self, input_bindgen_file: T) -> Builder {
|
pub fn input_bindgen_file<T: AsRef<Path>>(mut self, input_bindgen_file: T) -> Builder {
|
||||||
self.options
|
self.options.input_bindgen_files.push(input_bindgen_file.as_ref().to_path_buf());
|
||||||
.input_bindgen_files
|
|
||||||
.push(input_bindgen_file.as_ref().to_path_buf());
|
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user