Skip to content

Commit

Permalink
Lint, see #30
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 23, 2024
1 parent dfae235 commit 12d6dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/sources/model/SourcesModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class SourcesModel extends VSMModel<VSMField> {
SPRING,
PDLConstants.CUSTOM_LAUNCHER_DEFAULT_STANDARD_DEVIATION_ANGLE,
1, {
tandem: fieldTandem.createTandem( `customLauncher` )
tandem: fieldTandem.createTandem( 'customLauncher' )
} );

return new VSMField( [ customLauncher ], identifier, {
Expand Down

0 comments on commit 12d6dc1

Please sign in to comment.