Skip to content

Commit

Permalink
Fix linting whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
develohpanda committed May 6, 2020
1 parent 37959fc commit 453745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia-app/app/common/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function getAppEnvironment() {
}

export function getAppReleaseDate() {
return new Date(process.env.RELEASE_DATE).toLocaleDateString();
return new Date(process.env.RELEASE_DATE).toLocaleDateString();
}

export function getBrowserUserAgent() {
Expand Down

0 comments on commit 453745d

Please sign in to comment.