Skip to content

Commit 2d5ca70

Browse files
committed
style(dateTimePicker): Add semi-colon at end of IIFE's
Some users have reported that their build fails when concatenating this file with other files that use IIFE's. Having a semi-colon before and after the IIFE's in this code will allow the users build system to continue to work as before.
1 parent 5474b5a commit 2d5ca70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dateTimeInput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,5 @@
164164
}
165165
}
166166
}
167-
}))
167+
})); // eslint-disable-line semi
168168

0 commit comments

Comments
 (0)