Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem committed Aug 26, 2023
1 parent 7254166 commit 5e7f3ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/versions/_contants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {glob, globSync} from "glob"
import { glob } from 'glob'

export const csharpPattern = /<PackageVersion>(?<version>.*)<\/PackageVersion>/
export const csharpFiles = glob.globSync(`**/*.csproj`)
export const csharpFiles = glob.globSync('**/*.csproj')

export const pythonPattern = /version = "(?<version>.*)"/g
export const pythonFiles = ['packages/python/pyproject.toml']
Expand Down

0 comments on commit 5e7f3ed

Please sign in to comment.