mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-30 03:23:48 +01:00
Updated spacing
Updating spacing from a tab character to spaces
This commit is contained in:
parent
3f312d0ce6
commit
77571543f2
@ -1784,7 +1784,7 @@ Gang.prototype.createGangMemberDisplayElement = function(memberObj) {
|
|||||||
id: name + "gang-member-task",
|
id: name + "gang-member-task",
|
||||||
});
|
});
|
||||||
const taskSelector = createElement("select", {
|
const taskSelector = createElement("select", {
|
||||||
class: "dropdown",
|
class: "dropdown",
|
||||||
id: name + "gang-member-task-selector",
|
id: name + "gang-member-task-selector",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user