Skip to content

Commit a02fffa

Browse files
committed
Fix formatting issue
1 parent 0631638 commit a02fffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/chunks/CommonFilters.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ for (datasetId in names(seuratObjects)) {
130130
saveData(seuratObj, datasetId)
131131
totalPassed <- totalPassed + 1
132132

133-
print(paste0('Final cells: ', ncol(seuratObj), 'of ', origCells, ' (', round((ncol(seuratObj)/origCells) * 100, 2), '%)'))
133+
print(paste0('Final cells: ', ncol(seuratObj), ' of ', origCells, ' (', round((ncol(seuratObj)/origCells) * 100, 2), '%)'))
134134
}
135135
}
136136

0 commit comments

Comments
 (0)