Fix brace style.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat 2024-09-30 13:00:35 -04:00
parent 1625491787
commit dff8c39970

View File

@ -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();