From 68c4238166ccea9844e7c9720651b3d493ede7f1 Mon Sep 17 00:00:00 2001 From: Torben Hansen <50673096+torben-hansen@users.noreply.github.com> Date: Fri, 5 May 2023 14:44:34 -0700 Subject: [PATCH] Fix two trailing new-lines --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 70574a3459..3205941b1c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,8 +3,7 @@ Resolves #ISSUE-NUMBER1 Addresses #ISSUE-NUMBER2 ### Description of changes: -Describe AWS-LC’s current behavior and how your code changes that behavior. If there are no issues this pr is resolving, -explain why this change is necessary. +Describe AWS-LC’s current behavior and how your code changes that behavior. If there are no issues this pr is resolving, explain why this change is necessary. ### Call-outs: Point out areas that need special attention or support during the review process. Discuss architecture or design changes. @@ -12,5 +11,4 @@ Point out areas that need special attention or support during the review process ### Testing: How is this change tested (unit tests, fuzz tests, etc.)? Are there any testing steps to be verified by the reviewer? -By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and -the ISC license. +By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.