Skip to content

Commit 91d1dea

Browse files
committed
remove extra line
1 parent 52bb9fe commit 91d1dea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ js:
2929
echo "\n// @license-end" >> $$js; \
3030
done
3131

32-
3332
components: $(COMPONENTS_DIR)/*.vue
3433
mkdir -p $(BUILD)
3534
rm -rf $(BUILD)/components

openlibrary/components/LibraryExplorer/components/BookRoom.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ import Bookshelf from './Bookshelf.vue';
7979
import RightArrowIcon from './icons/RightArrowIcon.vue';
8080
import ExpandIcon from './icons/ExpandIcon.vue';
8181
import debounce from 'lodash/debounce';
82-
import { nextTick } from 'vue'
82+
import { nextTick } from 'vue';
8383
import { decrementStringSolr, hierarchyFind, testLuceneSyntax } from '../utils.js';
8484
import CONFIGS from '../../configs';
8585
/** @typedef {import('../utils.js').ClassificationNode} ClassificationNode */

0 commit comments

Comments
 (0)