Skip to content

Commit

Permalink
STYLE/DOC: Fixed spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed Dec 2, 2024
1 parent 57bf35c commit 3a51c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/chexnet.R
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,6 @@ chexnet <- function( image,
{
diseaseCategoryDf$Tuberculosis <- c( tbPrediction )
}
return( diseaseCategoryDf)
return( diseaseCategoryDf )
}
}

0 comments on commit 3a51c36

Please sign in to comment.