empty searchTerm support (#259)

* linter run

* convert search params to queryParams
This commit is contained in:
Aria Moradi
2021-11-29 18:42:53 +03:30
committed by GitHub
parent 2478aa77cd
commit 3b73a0fd72
3 changed files with 6 additions and 6 deletions

View File

@@ -7,6 +7,6 @@ import java.io.File
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
fun File.renameTo(newPath: String) = renameTo(File(newPath))
fun File.renameTo(newPath: String) = renameTo(File(newPath))