Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17e1661

Browse files
committed
Alphabetize props
1 parent ed8f42f commit 17e1661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

troposphere/codebuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ class Environment(AWSProperty):
4949
'ComputeType': (basestring, True),
5050
'EnvironmentVariables': ((list, [EnvironmentVariable]), False),
5151
'Image': (basestring, True),
52-
'Type': (basestring, True),
5352
'PrivilegedMode': (boolean, False),
53+
'Type': (basestring, True),
5454
}
5555

5656
def validate(self):

0 commit comments

Comments
 (0)