Skip to content

Commit

Permalink
[DEL] Removes unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Jan 30, 2025
1 parent d0fb67a commit 87d4b33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/string-handling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { STRINGS } from "src/constants";
import { RegexResultObject } from "src/types";
import { ErrorCode, failure, success } from "src/utils/results-handling";

const FRONT_MATTER_BOUNDARY = "---\n";

/**
* Makes sure the passed-in string ends in a newline.
*
Expand Down

0 comments on commit 87d4b33

Please sign in to comment.