Skip to content

Commit e792383

Browse files
committed
Formatting.
1 parent 4fe59bb commit e792383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/foam/core/notification/NotificationCitationView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ foam.CLASS({
3636
expression: function(data$body, data$toastMessage, data$toastSubMessage) {
3737
return data$body ||
3838
( data$toastMessage +
39-
( data$toastSubMessage ? " - "+data$toastSubMessage : "" ) );
39+
( data$toastSubMessage ? " - " + data$toastSubMessage : "" ) );
4040
}
4141
}
4242
],

0 commit comments

Comments
 (0)