From 5d526c0a97579d1dd4d65e1d7d17e9f37c813d1f Mon Sep 17 00:00:00 2001 From: Ned Palacios Date: Fri, 4 Mar 2022 20:08:04 +0800 Subject: [PATCH] x/json2: fmt --- vlib/x/json2/decoder.v | 1 - 1 file changed, 1 deletion(-) diff --git a/vlib/x/json2/decoder.v b/vlib/x/json2/decoder.v index a66b0da2be..216921f76e 100644 --- a/vlib/x/json2/decoder.v +++ b/vlib/x/json2/decoder.v @@ -40,7 +40,6 @@ pub struct DecodeError { message string } - // code returns the error code of DecodeError pub fn (err DecodeError) code() int { return 3