Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored and cody-dot-js committed Jul 18, 2024
1 parent 40ea4df commit fc6ce85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/CelTemplateSyntaxExplanation.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import React from 'react';
import React from "react";

const CelTemplateSyntaxExplanation = () => {
const templateSyntax = '${}';
const templateSyntax = "${}";

return (
<>
<>
<p>
The results of CEL expressions can be interpolated into your policy's{" "}
<code>config</code> using ngrok's <code>{templateSyntax}</code>{" "}
Expand Down

0 comments on commit fc6ce85

Please sign in to comment.