mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -20,11 +20,11 @@ class Workbook;
|
|||
struct CSVExportDialogPage {
|
||||
using XSV = Writer::XSV<Vector<Vector<String>>, Vector<String>>;
|
||||
|
||||
explicit CSVExportDialogPage(const Sheet&);
|
||||
explicit CSVExportDialogPage(Sheet const&);
|
||||
|
||||
NonnullRefPtr<GUI::WizardPage> page() { return *m_page; }
|
||||
Optional<XSV>& writer() { return m_previously_made_writer; }
|
||||
Result<void, String> move_into(const String& target);
|
||||
Result<void, String> move_into(String const& target);
|
||||
|
||||
protected:
|
||||
void update_preview();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue