Skip to content

Commit d6cb904

Browse files
committed
Fix codestyle errors
1 parent d070aff commit d6cb904

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/es/upv/i3m/grycap/im/InfrastructureManager.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ public InfrastructureUri createInfrastructure(String infrastructureDefinition,
131131
*/
132132
public InfrastructureUri createInfrastructureAsync(String infrastructureDefinition,
133133
BodyContentType bodyContentType) throws ImClientException {
134-
135-
RestParameter asyncParameter = createCallParameters(REST_PARAMETER_NAME_ASYNC, true);
136-
134+
135+
RestParameter asyncParameter = createCallParameters(REST_PARAMETER_NAME_ASYNC, true);
136+
137137
return getImClient().post(PATH_INFRASTRUCTURES, infrastructureDefinition,
138138
bodyContentType.getValue(), InfrastructureUri.class, asyncParameter);
139139
}

0 commit comments

Comments
 (0)