Skip to content

Commit 2a8edb2

Browse files
committed
Format the code
1 parent b26e2fd commit 2a8edb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/intrinsic/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ fn get_simple_intrinsic<'gcc, 'tcx>(
128128
"powf128",
129129
false,
130130
));
131-
},
131+
}
132132
sym::truncf32 => "truncf",
133133
sym::truncf64 => "trunc",
134134
// We match the LLVM backend and lower this to `rint`.

0 commit comments

Comments
 (0)