Skip to content

Commit 8ab8ae1

Browse files
committed
Iter
1 parent 2f90bae commit 8ab8ae1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkg/platform/inventory/consts_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
package inventory
2222

2323
import (
24+
"testing"
25+
2426
"github.com/google/uuid"
2527
"github.com/stretchr/testify/require"
26-
"testing"
2728
)
2829

2930
func Test_UUID(t *testing.T) {

pkg/util/arangod/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// DISCLAIMER
33
//
4-
// Copyright 2016-2022 ArangoDB GmbH, Cologne, Germany
4+
// Copyright 2016-2025 ArangoDB GmbH, Cologne, Germany
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)