Skip to content

Commit 2cc4b0c

Browse files
CSTACKEX-28: added newline in the end of the file
1 parent 0f09c5f commit 2cc4b0c

File tree

1 file changed

+1
-1
lines changed
  • plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/feign/model/request

1 file changed

+1
-1
lines changed

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/feign/model/request/VolumeRequestDTO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ public static class SvmDTO {
4444
public String getName() { return name; }
4545
public void setName(String name) { this.name = name; }
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)