Skip to content

Commit 1442e4e

Browse files
committed
chore: small lint
1 parent a839867 commit 1442e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/home/sorting/sorting-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export class SortingManager {
163163

164164
// Apply the sorting based on the new state (normal or reverse)
165165
try {
166-
void displayGitHubIssues({sorting: option as Sorting, options: { ordering: newOrdering }});
166+
void displayGitHubIssues({ sorting: option as Sorting, options: { ordering: newOrdering } });
167167
} catch (error) {
168168
renderErrorCatch(error as ErrorEvent);
169169
}

0 commit comments

Comments
 (0)