Skip to content

Commit ed6604e

Browse files
committed
alignment
1 parent 64496a1 commit ed6604e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

common/content/events.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,12 @@ const Events = Module("events", {
241241
},
242242

243243
/**
244-
* Deletes the specified macros. The <b>filter</b> is a list of
245-
* macros and ranges are supported. Eg. "ab c d e-k".
246-
*
247-
* @param {string} filter The list of macros to delete.
248-
*
249-
*/
244+
* Deletes the specified macros. The <b>filter</b> is a list of
245+
* macros and ranges are supported. Eg. "ab c d e-k".
246+
*
247+
* @param {string} filter The list of macros to delete.
248+
*
249+
*/
250250
deleteMacros: function (filter) {
251251
let re = RegExp("[" + filter.replace(/\s+/g, "") + "]");
252252

0 commit comments

Comments
 (0)