mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Fix brace style.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
1625491787
commit
dff8c39970
@ -43,7 +43,8 @@ QString formatCellText(const QXlsx::Cell *cell)
|
||||
return formattedText;
|
||||
}
|
||||
|
||||
QString getCellValue(QXlsx::Worksheet *sheet, int row, int col) {
|
||||
QString getCellValue(QXlsx::Worksheet *sheet, int row, int col)
|
||||
{
|
||||
if (!sheet)
|
||||
return QString();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user