Skip to content

Commit 69ab095

Browse files
committed
Fix
1 parent 20209d0 commit 69ab095

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

native/chromium/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ extern crate bindgen;
1717
use bindgen::callbacks::DeriveInfo;
1818
#[cfg(feature = "gen")]
1919
use bindgen::Formatter;
20+
2021
#[cfg(feature = "gen")]
2122
fn main() {
2223
let cef_path = get_cef_path();

native/chromium_subp/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* Contributors:
1212
* Guillermo Zunino, Equo - initial implementation
1313
*/
14-
1514
fn main() {
1615
link();
1716
}

0 commit comments

Comments
 (0)