Skip to content

Commit 6572452

Browse files
committed
two more lines in attributes.cpp
1 parent c684452 commit 6572452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/attributes.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3627,13 +3627,13 @@ BEGIN_RCPP
36273627
if (i != (diff.size()-1))
36283628
msg += ", ";
36293629
}
3630-
showWarning(msg); // #nocov end
3630+
showWarning(msg);
36313631
}
36323632

36333633
// verbose output
36343634
if (verbose) {
36353635
for (size_t i=0; i<updated.size(); i++)
3636-
Rcpp::Rcout << updated[i] << " updated." << std::endl;
3636+
Rcpp::Rcout << updated[i] << " updated." << std::endl; // #nocov end
36373637
}
36383638

36393639
// return files updated

0 commit comments

Comments
 (0)