Skip to content

Commit

Permalink
lib: remove semicolon in preparation for babel/eslint-parser update
Browse files Browse the repository at this point in the history
eslint-babel-plugin will complain about this semicolon when we update
to 7.14.15.

PR-URL: #39094
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and danielleadams committed Jun 21, 2021
1 parent 3c7a7d9 commit c2b4fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/source_map/source_map.js
Expand Up @@ -275,7 +275,7 @@ class SourceMap {
sourceColumnNumber, name]
);
}
};
}
}

/**
Expand Down

0 comments on commit c2b4fbb

Please sign in to comment.