Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Fix previous PR's format
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Aug 4, 2023
1 parent f3f237f commit c3f6982
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public abstract class StageAppYamlTask extends DefaultTask {

@Inject
abstract public FileOperations getFileOperations();
public abstract FileOperations getFileOperations();

private StageAppYamlExtension appYamlExtension;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
package com.google.cloud.tools.gradle.appengine.core;

import com.google.cloud.tools.managedcloudsdk.ConsoleListener;
import org.gradle.api.Project;
import org.gradle.api.logging.LogLevel;
import org.gradle.api.logging.Logger;

Expand Down

0 comments on commit c3f6982

Please sign in to comment.