Skip to content

Commit 5d07d60

Browse files
committed
Fixed format
1 parent e4cd644 commit 5d07d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/src/main/java/io/kubernetes/client/ProtoClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public <T extends Message> ObjectOrStatus<T> update(
131131
T obj, String path, String apiVersion, String kind) throws ApiException, IOException {
132132
return request(obj.newBuilderForType(), path, "PUT", obj, apiVersion, kind);
133133
}
134-
134+
135135
/**
136136
* Merge a Kubernetes API object using protocol buffer encoding. Performs a PATCH
137137
*

0 commit comments

Comments
 (0)