fix: remove unnecessary jsonStringify method
parent
2e9a0e92db
commit
050cb3bfec
|
|
@ -6133,14 +6133,6 @@ pub const SSHIntegration = enum {
|
|||
@"term-only",
|
||||
basic,
|
||||
full,
|
||||
|
||||
pub fn jsonStringify(
|
||||
self: SSHIntegration,
|
||||
options: std.json.StringifyOptions,
|
||||
writer: anytype,
|
||||
) !void {
|
||||
try std.json.stringify(@tagName(self), options, writer);
|
||||
}
|
||||
};
|
||||
|
||||
/// OSC 4, 10, 11, and 12 default color reporting format.
|
||||
|
|
|
|||
Loading…
Reference in New Issue