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: nodejs#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 foxxyz committed Oct 18, 2021

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 594b02e commit 99b0cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/source_map/source_map.js
Original file line number Diff line number Diff line change
@@ -275,7 +275,7 @@ class SourceMap {
sourceColumnNumber, name]
);
}
};
}
}

/**

0 comments on commit 99b0cd0

Please sign in to comment.