Skip to content

Commit d3104e2

Browse files
committed
style(locale): remove whitespace
Signed-off-by: Sector6759 <149817326+Sector6759@users.noreply.github.com>
1 parent 267d4de commit d3104e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/locale.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function getTimezone(): string {
7272
} catch {
7373
// An error indicates getCapabilities threw due to no window object being present,
7474
// which is the case when called outside of a browser runtime
75-
75+
7676
// TODO: this try/catch block should be removed as soon as the @nextcloud/capabilities
7777
// package has been updated to check for presence of the window object.
7878
// Furthermore, everything except the return statement should be moved to the

0 commit comments

Comments
 (0)