Skip to content

Commit c37b8cc

Browse files
committed
prettier fix
1 parent 6b274f9 commit c37b8cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/sdk/akamai/example/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default {
3939
dest: OUT_DIR,
4040
transform: (contents) =>
4141
contents.toString().replace('__VERSION__', process.env.npm_package_version),
42-
}
42+
},
4343
],
4444
}),
4545
],
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Adding this file as a temporary file until I fix the actual test */
22

33
describe('temporary test file', () => {
4-
it('should pass', () => {
5-
expect(true).toBeTruthy();
6-
})
7-
})
4+
it('should pass', () => {
5+
expect(true).toBeTruthy();
6+
});
7+
});

0 commit comments

Comments
 (0)