Skip to content

Commit f246138

Browse files
committed
Restore EOF newline
1 parent 6707440 commit f246138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__mocks__/papi-backend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ module.exports = {
6262
};
6363

6464
/** Marks this file as a module so top-level const/let are module-scoped; avoids TS "redeclare" when both papi-backend and papi-frontend mocks are in the project (they are used mutually exclusively by Jest). */
65-
export {};
65+
export {};

0 commit comments

Comments
 (0)