Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

chore: add poorly formatted code from fork #392

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -120,7 +120,9 @@ public static final AssetServiceClient create() throws IOException {
* Constructs an instance of AssetServiceClient, using the given settings. The channels are
* created based on the settings passed in, or defaults for any settings that are not set.
*/
public static final AssetServiceClient create(AssetServiceSettings settings) throws IOException {
public static final AssetServiceClient create(
AssetServiceSettings settings
) throws IOException {
chingor13 marked this conversation as resolved.
Show resolved Hide resolved
return new AssetServiceClient(settings);
}

Expand All @@ -143,6 +145,9 @@ protected AssetServiceClient(AssetServiceSettings settings) throws IOException {
this.stub = ((AssetServiceStubSettings) settings.getStubSettings()).createStub();
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
}
public static void foo() {
chingor13 marked this conversation as resolved.
Show resolved Hide resolved
return;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected AssetServiceClient(AssetServiceStub stub) {
Expand Down