Skip to content

Commit

Permalink
Update src/main/java/io/kestra/plugin/fs/http/AbstractHttp.java
Browse files Browse the repository at this point in the history
Co-authored-by: YannC <37600690+Skraye@users.noreply.github.com>
  • Loading branch information
loicmathieu and Skraye committed Dec 4, 2023
1 parent ca3dd78 commit 57cd896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/fs/http/AbstractHttp.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
@EqualsAndHashCode
@Getter
@NoArgsConstructor
abstract public class AbstractHttp extends Task implements HttpInterface{
abstract public class AbstractHttp extends Task implements HttpInterface {
private static final NettyHttpClientFactory FACTORY = new NettyHttpClientFactory();

@NotNull
Expand Down

0 comments on commit 57cd896

Please sign in to comment.