Skip to content

Commit

Permalink
chore: run reformat and ./gradlew spotlessApply to ensure gradle will…
Browse files Browse the repository at this point in the history
… run smoothly from now on
  • Loading branch information
ellaeln committed Sep 16, 2024
1 parent b6343e6 commit 11814e3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ protected void writeResponse(
// make coordinator mode explicit
final Object debugObj = solrRsp.getValues().get(CommonParams.DEBUG);
if (debugObj != null) {
final NamedList<Object> debug =
(NamedList<Object>) debugObj;
final NamedList<Object> debug = (NamedList<Object>) debugObj;
final Object trackObj = debug.get(CommonParams.TRACK);
if (trackObj != null) {
final NamedList<Object> track = (NamedList<Object>) trackObj;
Expand Down Expand Up @@ -249,4 +248,4 @@ public HttpSolrCall createInstance(
}
}
}
}
}

0 comments on commit 11814e3

Please sign in to comment.