Skip to content

Commit

Permalink
代码格式
Browse files Browse the repository at this point in the history
  • Loading branch information
goreliu committed Apr 23, 2018
1 parent a806f4d commit 183e6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Main.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ global VIMD_CMD_LIST

VimdRun()
{
CustomInit := "CustomInit"
CustomInit := "CustomInit"
if (IsLabel(CustomInit))
{
GoSub, %CustomInit%
GoSub, %CustomInit%
}

ConfigPath := A_ScriptDir "\conf\vimd.ini"
Expand Down

0 comments on commit 183e6ef

Please sign in to comment.