Skip to content

Commit

Permalink
add trailing comma
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Busche <[email protected]>
  • Loading branch information
mrbusche committed Aug 11, 2022
1 parent 22e0bca commit d836397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
import {
UntypedFormBuilder,
UntypedFormGroup,
Validators
Validators,
} from '@angular/forms';
import { fromEvent } from 'rxjs';
import {
Expand Down

0 comments on commit d836397

Please sign in to comment.