Skip to content

Commit e23fa40

Browse files
committed
fix: standardizing on double quotes for yaml strings
1 parent 1b58195 commit e23fa40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicorn_contracts/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: MIT-0
3-
AWSTemplateFormatVersion: 2010-09-09
3+
AWSTemplateFormatVersion: "2010-09-09"
44
Transform:
55
- AWS::LanguageExtensions
66
- AWS::Serverless-2016-10-31

0 commit comments

Comments
 (0)