Skip to content

Commit d81f5dc

Browse files
committed
Formatting tweak
1 parent 7176281 commit d81f5dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exercises/04-isValidEmail.exercise.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ export const onSubmit = async (values: { email: string }) => {
263263
* We also covered type predicates and assertion functions. They can be used
264264
* for plenty of type magic on their own, but when combined with opaque types
265265
* that can be extremely useful.
266-
*
267266
*/
268267

269268
/**

0 commit comments

Comments
 (0)