From d07f2a9f95b6aa73531275f83fd056d772bd9e83 Mon Sep 17 00:00:00 2001 From: Amit Jakubowicz Date: Wed, 18 May 2022 15:54:28 +0200 Subject: [PATCH] Remove whitespace (#40) 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. --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 9499dc5..0a277af 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'