Skip to content

Commit

Permalink
fix linting for patchtest
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscollins3456 committed Jul 2, 2024
1 parent aec40e2 commit 090912f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ public void testLocalStructuredPropertiesUpdate() {
String token = "";
RestEmitter emitter = RestEmitter.create(b -> b.server("http://localhost:8080").token(token));
Future<MetadataWriteResponse> response = emitter.emit(mcp, null);
System.out.println(response.get().getResponseContent());
System.out.println(response.get().getResponseContent());

} catch (IOException | ExecutionException | InterruptedException e) {
System.out.println(Arrays.asList(e.getStackTrace()));
Expand Down

0 comments on commit 090912f

Please sign in to comment.