Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Nov 8, 2023
1 parent a217465 commit 3f6fc8b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.jfrog.artifactory.client.model.repository.settings.vcs.VcsType;

@JsonIgnoreProperties(ignoreUnknown = true)
public interface TerraformRepositorySettings extends RepositorySettings{
public interface TerraformRepositorySettings extends RepositorySettings {

// Local and federated settings
enum TerraformType {
Expand All @@ -27,5 +27,4 @@ enum TerraformType {
String getTerraformProvidersUrl();

String getRemoteRepoLayoutRef();

}

0 comments on commit 3f6fc8b

Please sign in to comment.