Skip to content

Commit b0d4d58

Browse files
author
Cory Schwartz
committed
lint
1 parent d69b1aa commit b0d4d58

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

api/v1alpha1/groupversion_info.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ limitations under the License.
1515
*/
1616

1717
// Package v1alpha1 contains API Schema definitions for the cluster v1alpha1 API group
18-
//+kubebuilder:object:generate=true
19-
//+groupName=cluster.ipfs.io
18+
// +kubebuilder:object:generate=true
19+
// +groupName=cluster.ipfs.io
2020
package v1alpha1
2121

2222
import (

controllers/serviceaccount.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import (
88
"sigs.k8s.io/controller-runtime/pkg/controller/controllerutil"
99
)
1010

11-
func (r *IpfsClusterReconciler) serviceAccount(m *clusterv1alpha1.IpfsCluster, sa *corev1.ServiceAccount) controllerutil.MutateFn {
11+
func (r *IpfsClusterReconciler) serviceAccount(m *clusterv1alpha1.IpfsCluster,
12+
sa *corev1.ServiceAccount) controllerutil.MutateFn {
1213
// Define a new Service Account object
1314
expected := &corev1.ServiceAccount{
1415
ObjectMeta: metav1.ObjectMeta{

0 commit comments

Comments
 (0)