Skip to content

Commit f390f16

Browse files
fix spacing in license headers of generated sources
Signed-off-by: Michael Valdron <[email protected]>
1 parent 135d00e commit f390f16

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

index/server/config/endpoint.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ output: pkg/server/endpoint.gen.go
2020
output-options:
2121
user-templates:
2222
imports.tmpl: |-
23-
//
2423
// Copyright Red Hat
2524
//
2625
// Licensed under the Apache License, Version 2.0 (the "License");
2726
// you may not use this file except in compliance with the License.
2827
// You may obtain a copy of the License at
2928
//
30-
// http://www.apache.org/licenses/LICENSE-2.0
29+
// http://www.apache.org/licenses/LICENSE-2.0
3130
//
3231
// Unless required by applicable law or agreed to in writing, software
3332
// distributed under the License is distributed on an "AS IS" BASIS,

index/server/config/types.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ output-options:
2020
skip-prune: true
2121
user-templates:
2222
imports.tmpl: |-
23-
//
2423
// Copyright Red Hat
2524
//
2625
// Licensed under the Apache License, Version 2.0 (the "License");
2726
// you may not use this file except in compliance with the License.
2827
// You may obtain a copy of the License at
2928
//
30-
// http://www.apache.org/licenses/LICENSE-2.0
29+
// http://www.apache.org/licenses/LICENSE-2.0
3130
//
3231
// Unless required by applicable law or agreed to in writing, software
3332
// distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)