From 6813273d2d35f47150d340d037db83500693dedd Mon Sep 17 00:00:00 2001 From: nkovacic Date: Tue, 29 Dec 2015 20:39:57 +0100 Subject: [PATCH] Quick fix to remove semicolon on end of tests --- angular-toastr/angular-toastr-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular-toastr/angular-toastr-tests.ts b/angular-toastr/angular-toastr-tests.ts index d9141be7e..e5701746f 100644 --- a/angular-toastr/angular-toastr-tests.ts +++ b/angular-toastr/angular-toastr-tests.ts @@ -61,4 +61,4 @@ angular toastr.info('I am totally custom!', 'Happy toast', { iconClass: 'toast-pink' }); - });; \ No newline at end of file + }); \ No newline at end of file