Skip to content

Commit

Permalink
Trigger build
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Barry Allan <[email protected]>
  • Loading branch information
worksofliam committed Sep 2, 2022
1 parent b592c4e commit 4581933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filesystems/qsys/complex/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ module.exports = class Handler {
new vscode.Position(cLine, 0),
new vscode.Position(cLine, 0)
),
renderOptions: {
renderOptions: {
before: {
contentText: dates[cLine],
color: highlightForSearch ? seachGutterColor : (currentDate === dates[cLine] ? editedTodayColor : undefined)
Expand Down

0 comments on commit 4581933

Please sign in to comment.