mirror of
https://github.com/Kong/insomnia.git
synced 2026-05-19 06:12:37 -04:00
Fix linting whitespace error
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user