Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leb2 committed Aug 5, 2024
1 parent 00ed74f commit eaf0d48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ReSGroup extends ReObject {
break;
}
case 'SRU': {
let connectivity: string = sgroup.data.connectivity || 'eu';
const connectivity: string = sgroup.data.connectivity || 'eu';
const subscript = sgroup.data.subscript || 'n';
SGroupdrawBracketsOptions.lowerIndexText = subscript;
SGroupdrawBracketsOptions.upperIndexText = connectivity.toUpperCase();
Expand Down

0 comments on commit eaf0d48

Please sign in to comment.