diff options
Diffstat (limited to 'crates/shirabe/src/command/search_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/search_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/search_command.rs b/crates/shirabe/src/command/search_command.rs index 5d6a31b..2c5d27d 100644 --- a/crates/shirabe/src/command/search_command.rs +++ b/crates/shirabe/src/command/search_command.rs @@ -182,7 +182,7 @@ impl SearchCommand { } else if format == "json" { // TODO(phase-b): JsonFile::encode takes &PhpMixed; convert Vec<SearchResult> into PhpMixed let _ = &results; - io.write(&JsonFile::encode(&PhpMixed::Null, 448)); + io.write(&JsonFile::encode(&PhpMixed::Null)); } Ok(0) |
