Skip to content

Commit

Permalink
Formatting and fix visibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Jan 6, 2024
1 parent cfedd62 commit e4c6c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ time allowed for the test expires (currently two hours).
subFileConfig.resource, GeneratorArguments.none(), subContextMessageReporter);

if (targetConfig.get(DockerProperty.INSTANCE).enabled()
&& targetConfig.target.buildsUsingDocker()
&& targetConfig.target.buildsUsingDocker()
|| fed.isRemote) {
NoCompileProperty.INSTANCE.override(subConfig, true);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public class DockerComposeGenerator {
/** Path to the docker-compose.yml file. */
protected final Path path;

/** Context of the code generator. */
protected final LFGeneratorContext context;

public DockerComposeGenerator(LFGeneratorContext context) {
Expand Down

0 comments on commit e4c6c8b

Please sign in to comment.