Skip to content

Commit c3009be

Browse files
committed
fix newline
1 parent d112ba7 commit c3009be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xtask/src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ fn main() {
172172
map.entry(env.name, inner_map.build().to_string());
173173
}
174174

175-
let header = "
176-
//! # JavaScript Globals
175+
let header = "//! # JavaScript Globals
177176
//!
178177
//! Global identifiers from different JavaScript environments
179178
//!

0 commit comments

Comments
 (0)