go fmt
This commit is contained in:
@@ -204,7 +204,7 @@ func (c *conn) rxErrorResponse(r *messageReader) (err PgError) {
|
|||||||
case 0: // End of error message
|
case 0: // End of error message
|
||||||
return
|
return
|
||||||
default: // Ignore other error fields
|
default: // Ignore other error fields
|
||||||
r.readString();
|
r.readString()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user