Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
theyosh committed Dec 27, 2023
1 parent 8e1665a commit 8d8592c
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/pages/Audiofiles.svelte
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
import { formatBytes } from '../helpers/file-size-helpers';
import { errorNotification, successNotification } from '../providers/notification-provider';
import { isDay } from '../stores/terrariumpi';
import { DataTablesLanguageUrl } from '../constants/urls'
import { DataTablesLanguageUrl } from '../constants/urls';
import Card from '../user-controls/Card.svelte';
import Player from '../components/common/Player.svelte';
2 changes: 1 addition & 1 deletion gui/pages/Playlists.svelte
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
import { fetchPlaylists, deletePlaylist } from '../providers/api';
import { successNotification, errorNotification } from '../providers/notification-provider';
import { isDay } from '../stores/terrariumpi';
import { DataTablesLanguageUrl } from '../constants/urls'
import { DataTablesLanguageUrl } from '../constants/urls';
import Card from '../user-controls/Card.svelte';

0 comments on commit 8d8592c

Please sign in to comment.