Skip to content

Commit 9d79144

Browse files
author
Prashanth Reddy
committed
style: fix EOF newlines after macAddress rename
1 parent 8884628 commit 9d79144

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/src/main/java/com/cloud/vm/VmDetailConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ public interface VmDetailConstants {
136136
String ACTIVE_CHECKPOINT_ID = "active.checkpoint.id";
137137
String ACTIVE_CHECKPOINT_CREATE_TIME = "active.checkpoint.create.time";
138138
String LAST_CHECKPOINT_ID = "last.checkpoint.id";
139-
String LAST_CHECKPOINT_CREATE_TIME = "last.checkpoint.create.ti
139+
String LAST_CHECKPOINT_CREATE_TIME = "last.checkpoint.create.ti

api/src/main/java/org/apache/cloudstack/api/command/admin/vm/ImportUnmanagedInstanceCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,4 +334,4 @@ public long getEntityOwnerId() {
334334
accountId = Account.ACCOUNT_ID_SYSTEM;
335335
}
336336
}
337-
return accou
337+
return accou

0 commit comments

Comments
 (0)