Skip to content

Commit

Permalink
power zone targets visible on chart!
Browse files Browse the repository at this point in the history
  • Loading branch information
max-heller committed Mar 9, 2023
1 parent a85e060 commit b01be24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Conversion/ITargetMetrics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ public IEnumerator<Target> Get1sTargets()
yield return null;
offset++;
}
if (!targets.MoveNext()) break;
}
}
}

0 comments on commit b01be24

Please sign in to comment.