Skip to content

Commit

Permalink
Remove extra line (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyylim authored Aug 6, 2020
1 parent be0d54a commit 55ee29a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/feast/core/service/StatsService.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ public GetFeatureStatisticsResponse getFeatureStatistics(GetFeatureStatisticsReq
if (featureNameStatistics.size() != 0) {
featureNameStatisticsList.add(featureNameStatistics);
}
featureNameStatisticsList.add(featureNameStatistics);
timestamp += 86400; // advance by a day
}
if (featureNameStatisticsList.size() == 0) {
Expand Down

0 comments on commit 55ee29a

Please sign in to comment.