Skip to content

Commit

Permalink
dart format --fix .
Browse files Browse the repository at this point in the history
  • Loading branch information
emackey committed May 31, 2024
1 parent 353d99c commit cc1e5de
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ class KhrMaterialsDispersion extends GltfProperty {
checkMembers(map, KHR_MATERIALS_DISPERSION_MEMBERS, context);
}

final dispersion =
getFloat(map, DISPERSION, context, min: 0, def: 0);
final dispersion = getFloat(map, DISPERSION, context, min: 0, def: 0);

final extensions = getExtensions(map, KhrMaterialsDispersion, context);

Expand Down

0 comments on commit cc1e5de

Please sign in to comment.