Skip to content

Commit 29b0e5f

Browse files
Merge pull request #21 from vaibhavjainwiz/fix_formatting
Fix code formatting
2 parents 2f78de9 + d6e1200 commit 29b0e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

model-mesh-ovms-adapter/server/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// you may not use this file except in compliance with the License.
55
// You may obtain a copy of the License at
66
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
7+
// http://www.apache.org/licenses/LICENSE-2.0
88
//
99
// Unless required by applicable law or agreed to in writing, software
1010
// distributed under the License is distributed on an "AS IS" BASIS,
@@ -62,7 +62,7 @@ const (
6262

6363
// (Xaenalt): Temporary workaround until OVMS can auto-detect Nvidia GPUs
6464
ovmsForceTargetDevice string = "OVMS_FORCE_TARGET_DEVICE"
65-
defaultOvmsForceTargetDevice = "CPU"
65+
defaultOvmsForceTargetDevice string = "CPU"
6666
)
6767

6868
func GetAdapterConfigurationFromEnv(log logr.Logger) (*AdapterConfiguration, error) {

0 commit comments

Comments
 (0)