Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Oct 16, 2024
1 parent 3f1fd7b commit 7409af7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ public GtfsGeoJsonFeature extractFeature(
}
}
}
addMissingRequiredFieldsNotices(missingRequiredFields, noticeContainer, featureId, featureIndex);
addMissingRequiredFieldsNotices(
missingRequiredFields, noticeContainer, featureId, featureIndex);
return null;
}

Expand Down

0 comments on commit 7409af7

Please sign in to comment.