Add missing close curly.

This commit is contained in:
Dan Helfman 2019-05-20 17:18:30 -07:00
parent 071945e558
commit 31ae1013d7
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ local Pipeline(python_version, alpine_version) = {
] ]
} }
] ]
};
[ [
Pipeline("3.5", "3.9"), Pipeline("3.5", "3.9"),