Unverified Commit b1c40138 authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

win: lint fix (#10571)

parent 17466217
...@@ -7,7 +7,7 @@ import ( ...@@ -7,7 +7,7 @@ import (
const ( const (
CREATE_DEFAULT_ERROR_MODE = 0x04000000 CREATE_DEFAULT_ERROR_MODE = 0x04000000
ABOVE_NORMAL_PRIORITY_CLASS = 0x00008000 ABOVE_NORMAL_PRIORITY_CLASS = 0x00008000
CREATE_NO_WINDOW = 0x08000000 CREATE_NO_WINDOW = 0x08000000
) )
var LlamaServerSysProcAttr = &syscall.SysProcAttr{ var LlamaServerSysProcAttr = &syscall.SysProcAttr{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment