Skip to content

Commit 6413cd0

Browse files
committed
Linting
1 parent b747821 commit 6413cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v2beta1/atom_conversion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ func (dst *Atom) ConvertFrom(srcRaw conversion.Hub) error {
238238
}
239239
log.Printf("Done mapping the Links...")
240240

241-
if srcDatasetFeed.Entries != nil && len(srcDatasetFeed.Entries) > 0 {
241+
if len(srcDatasetFeed.Entries) > 0 {
242242
// We can assume all entries have the same bbox, so we take the first one
243243
firstBbox := srcDatasetFeed.Entries[0].Polygon.BBox
244244
dstDataset.Bbox = Bbox{

0 commit comments

Comments
 (0)