Skip to content

Commit 67e9981

Browse files
author
DK101010
committed
rm spaces
1 parent 94ac6cc commit 67e9981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/main/java/com/cloud/storage/StorageManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ public PrimaryDataStoreInfo createPool(CreateStoragePoolCmd cmd) throws Resource
890890
private Map<String,String> extractUriParamsAsMap(String url){
891891
Map<String,String> uriParams = new HashMap<>();
892892
UriUtils.UriInfo uriInfo = UriUtils.getUriInfo(url);
893-
893+
894894
String scheme = uriInfo.getScheme();
895895
String storageHost = uriInfo.getStorageHost();
896896
String storagePath = uriInfo.getStoragePath();

0 commit comments

Comments
 (0)