Linter
This commit is contained in:
parent
e759ce72b5
commit
6bac17fb9a
1 changed files with 1 additions and 1 deletions
|
@ -733,7 +733,7 @@ void Window::PreviewFile(const std::string& filepath, mate::Arguments* args) {
|
||||||
std::string filename;
|
std::string filename;
|
||||||
if (!args->GetNext(&filename)) {
|
if (!args->GetNext(&filename)) {
|
||||||
filename = filepath;
|
filename = filepath;
|
||||||
}
|
}
|
||||||
window_->PreviewFile(filepath, filename);
|
window_->PreviewFile(filepath, filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue