Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jul 5, 2023
1 parent 6406218 commit 2d1db31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/search-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const EXCERPT_RADIUS = 80

const SEARCH_CONTAINER_SELECTOR = '#search'

export function foo() {
return "bar";
export function foo () {
return 'bar';

Check failure on line 12 in assets/js/search-page.js

View workflow job for this annotation

GitHub Actions / Check JS

Extra semicolon
}

/**
Expand Down

0 comments on commit 2d1db31

Please sign in to comment.