We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec0078 commit f1fa41fCopy full SHA for f1fa41f
src/types.rs
@@ -788,10 +788,7 @@ impl SourceMapIndex {
788
///
789
/// - `file`: an optional filename of the index
790
/// - `sections`: a vector of source map index sections
791
- pub fn new(
792
- file: Option<String>,
793
- sections: Vec<SourceMapSection>,
794
- ) -> SourceMapIndex {
+ pub fn new(file: Option<String>, sections: Vec<SourceMapSection>) -> SourceMapIndex {
795
SourceMapIndex {
796
file,
797
sections,
0 commit comments