case: format([,3.14,6,,98]) result: "return {\n\n 3.14,\n 6,\n\n 98,\n}" should be: "return {\n nil,\n 3.14,\n 6,\n nil,\n 98,\n}"