Skip to content

Commit 097a787

Browse files
Trottrichardlau
authored andcommitted
lib: remove semicolon in preparation for babel/eslint-parser update
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>
1 parent b8e63b3 commit 097a787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/source_map/source_map.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class SourceMap {
275275
sourceColumnNumber, name]
276276
);
277277
}
278-
};
278+
}
279279
}
280280

281281
/**

0 commit comments

Comments
 (0)