Skip to content

Commit 93e66b4

Browse files
Srivastava, PiyushSrivastava, Piyush
authored andcommitted
lint fix
1 parent 74e6584 commit 93e66b4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/lifecycle/OntapPrimaryDatastoreLifecycle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,4 +425,4 @@ public void changeStoragePoolScopeToZone(DataStore store, ClusterScope clusterSc
425425
public void changeStoragePoolScopeToCluster(DataStore store, ClusterScope clusterScope, Hypervisor.HypervisorType hypervisorType) {
426426

427427
}
428-
}
428+
}

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/service/model/AccessGroup.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,4 @@ public Scope getScope() {
7070
public void setScope(Scope scope) {
7171
this.scope = scope;
7272
}
73-
74-
}
73+
}

0 commit comments

Comments
 (0)