Skip to content

Commit

Permalink
Run spotless apply
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Hawes <d-m-h@users.noreply.github.com>
  • Loading branch information
d-m-h committed Mar 4, 2024
1 parent 706da05 commit bc35bbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions client/java/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ bin

src/main/java/io/openlineage/client/OpenLineage.java
src/main/java/io/openlineage/server/*
.sdkmanrc
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ static final class ObjectWithDisabledFacets {
void loadOpenLineageYaml_shouldDeserialiseYamlEncodedInputStreams() {
String yamlString =
"transport:\n"
+ " type: http\n"
+ " url: http://localhost:5050\n"
+ " endpoint: api/v1/lineage\n";
+ " type: http\n"
+ " url: http://localhost:5050\n"
+ " endpoint: api/v1/lineage\n";
System.out.println(yamlString);

byte[] bytes = yamlString.getBytes(StandardCharsets.UTF_8);
Expand Down

0 comments on commit bc35bbc

Please sign in to comment.