Yaml syntax cleanup

* remove 'error' like:
- no new line character at the end of file
- trailing spaces

Change-Id: I981f5353a5bd5bfb1546946b240a85905272887e
This commit is contained in:
alexz
2016-07-26 15:12:57 +03:00
committed by Aleksey Zvyagintsev
parent 001f04c3a2
commit 719a47fa86
12 changed files with 27 additions and 22 deletions

View File

@@ -18,7 +18,7 @@ Name: DockerHelpers
Methods:
labels2Map:
Arguments:
labelsString:
labelsString:
Contract: $.string().notNull()
Body:
- $result: {}
@@ -35,8 +35,8 @@ Methods:
map2labels:
Arguments:
labelsMap:
Contract:
labelsMap:
Contract:
$.string().notNull(): $.string().notNull()
Body:
- Return: $labelsMap.select(list($, $labelsMap.get($)).join('=')).join(';')

View File

@@ -21,7 +21,7 @@ Properties:
Methods:
getType:
getParameters:
getRepresentation:
@@ -29,3 +29,4 @@ Methods:
Return:
type: $.getType()
parameters: $.getParameters()