Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
jellizaveta committed May 3, 2024
1 parent 7f87030 commit 52213c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/utils/builder-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const addRuleMarkers = (domain) => `${RuleMasks.MASK_BASE_RULE}${domain}${RuleMa
*/
const isBaseRule = (rule) => {
return rule.startsWith(RuleMasks.MASK_BASE_RULE)
&& rule.endsWith(RuleMasks.MASK_RULE_SEPARATOR);
&& rule.endsWith(RuleMasks.MASK_RULE_SEPARATOR);
};

/**
Expand Down

0 comments on commit 52213c5

Please sign in to comment.