Skip to content

Commit

Permalink
Apply WebStorm formatting, see phetsims/phet-info#155
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 26, 2021
1 parent 9df6830 commit 310f13f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/CouldNotYetDeserializeError.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ class CouldNotYetDeserializeError extends Error {
super( 'CouldNotYetDeserializeError' ); // Do not change this message without consulting appropriate usages.
}
}

tandemNamespace.register( 'CouldNotYetDeserializeError', CouldNotYetDeserializeError );
export default CouldNotYetDeserializeError;

0 comments on commit 310f13f

Please sign in to comment.