Skip to content

Commit fa52639

Browse files
committed
alignment
1 parent 985b878 commit fa52639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/content/tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ const Tabs = Module("tabs", {
717717
commands.add(["tabd[o]", "bufd[o]"],
718718
"Execute a command in each tab",
719719
function (args) {
720-
let count = tabs.count;
720+
let count = tabs.count;
721721
for (let i = 0; i < Math.min(tabs.count, count); i++) {
722722
tabs.select(i);
723723
liberator.execute(args.string, null, true);

0 commit comments

Comments
 (0)