1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-15 23:04:09 +02:00

Removed some errant semicolons

This commit is contained in:
Brian Fiete 2020-03-02 07:03:42 -08:00
parent 2c30afbfcf
commit e6518a3aab
3 changed files with 5 additions and 5 deletions

View file

@ -1292,7 +1292,7 @@ namespace IDE.ui
}
return showBorder;
};
}
bool leftBorder = neighborCoverageFunc(-1);
bool rightBorder = neighborCoverageFunc(1);
@ -1344,7 +1344,7 @@ namespace IDE.ui
showBorder = !neighborEntry.mIsSelected;
}
return showBorder;
};
}
bool leftBorder = neighborCoverageFunc(-1);
bool rightBorder = neighborCoverageFunc(1);