Skip to content

Commit fac6b04

Browse files
committed
chore: format
1 parent 640f70d commit fac6b04

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# atom-ide-vue package
2+
23
![CI](https://github.com/atom-ide-community/atom-ide-vue/workflows/CI/badge.svg)
34

45
Vue language support for [Atom IDE](https://atom.io/packages/atom-ide-base)

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class VueLanguageClient extends AutoLanguageClient {
2828
// https://github.com/vuejs/vetur/issues/1188
2929
// https://github.com/tomv564/LSP/issues/565
3030
const { initializationOptions } = require("./config")
31-
31+
3232
return {
3333
...super.getInitializeParams(projectPath, process),
3434
initializationOptions,

0 commit comments

Comments
 (0)