Skip to content

Commit cd8bf0c

Browse files
committed
correct one #nocov tag
1 parent cb9700a commit cd8bf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/Module.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Module <- function( module, PACKAGE = methods::getPackageName(where), where = to
263263
x
264264
} , where = where )
265265
}
266-
} # #nocov start
266+
} # #nocov end
267267

268268
# promoting show to S4
269269
if( any( grepl( "show", names(CLASS@methods) ) ) ){

0 commit comments

Comments
 (0)