Skip to content

Commit f1fa41f

Browse files
committed
ref: fmt
1 parent 2ec0078 commit f1fa41f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/types.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -788,10 +788,7 @@ impl SourceMapIndex {
788788
///
789789
/// - `file`: an optional filename of the index
790790
/// - `sections`: a vector of source map index sections
791-
pub fn new(
792-
file: Option<String>,
793-
sections: Vec<SourceMapSection>,
794-
) -> SourceMapIndex {
791+
pub fn new(file: Option<String>, sections: Vec<SourceMapSection>) -> SourceMapIndex {
795792
SourceMapIndex {
796793
file,
797794
sections,

0 commit comments

Comments
 (0)