Skip to content

Commit d112ba7

Browse files
committed
fix newline
1 parent e4260e3 commit d112ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ fn main() {
180180
//! Rust fork of <https://www.npmjs.com/package/globals>";
181181

182182
let out = format!(
183-
"{header}\n\n#[rustfmt::skip]\npub static GLOBALS: phf::Map<&'static str, phf::Map<&'static str, bool>> = {};",
183+
"{header}\n\n#[rustfmt::skip]\npub static GLOBALS: phf::Map<&'static str, phf::Map<&'static str, bool>> = {};\n",
184184
map.build()
185185
);
186186

0 commit comments

Comments
 (0)