Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmhc committed Oct 5, 2022
1 parent 398e9ac commit 119332a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ public Query getBatchQuery(FeatureView featureView, Date startTime, Date endTime
withLabels,
trainingDataVersion
);
}catch (IOException e) {
} catch (IOException e) {
if (e.getMessage().contains("\"errorCode\":270172")) {
throw new FeatureStoreException(
"Cannot generate dataset or query from the given start/end time because"
Expand Down

0 comments on commit 119332a

Please sign in to comment.