Skip to content

Commit f3bb181

Browse files
authored
Merge pull request #336 from kingstinct/copilot/fix-failing-steps-in-actions-run
fix: trailing newline in Workouts.ts causing biome lint failure on master
2 parents 9623b16 + 5a93e6e commit f3bb181

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-healthkit/src/types/Workouts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,4 @@ export interface WorkoutSample extends BaseSample {
214214
readonly metadataIndoorWorkout?: boolean
215215
readonly metadataAverageSpeed?: Quantity
216216
readonly metadataMaximumSpeed?: Quantity
217-
}
217+
}

0 commit comments

Comments
 (0)