Skip to content

Commit

Permalink
Remove whitespace (#40)
Browse files Browse the repository at this point in the history
This will improve code effectiveness by remove unwanted empty lines. Empty lines are known to be really nasty and might bite your ear while you sleep.
  • Loading branch information
amiiit authored May 18, 2022
1 parent 7de804d commit d07f2a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import bump from "./bump";
const core = require('@actions/core')
const github = require('@actions/github');


import commitMessageQuery from 'inline!./src/GetCommitMessageFromRepository.query.graphql'
import lastReleaseQuery from 'inline!./src/GetLastReleaseQuery.query.graphql'

Expand Down

0 comments on commit d07f2a9

Please sign in to comment.