Skip to content

Commit 6398db6

Browse files
author
Christopher Goddard
committed
Remove trailing space in utils spec to fix linting
1 parent 1c88245 commit 6398db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/utils_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ describe('Utils', () => {
165165
beforeEach(() => {
166166
appId = '1'
167167
})
168-
168+
169169
it('should append the app id to the user agent', () => {
170170
const headers = { 'User-Agent': 'Mozilla/5.0' }
171171
const updatedHeaders = Utils.updateUserAgentWithAppId(headers, appId)

0 commit comments

Comments
 (0)