From 021e7b0310df5f5e40c454a4f325eb90ab0fd916 Mon Sep 17 00:00:00 2001 From: Daniel Nachun Date: Mon, 13 Apr 2026 11:47:07 -0700 Subject: [PATCH] fix coverage error --- src/qtl_enrichment.cpp | 2 +- src/sdpr.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qtl_enrichment.cpp b/src/qtl_enrichment.cpp index 2cf87980..99a2027c 100644 --- a/src/qtl_enrichment.cpp +++ b/src/qtl_enrichment.cpp @@ -30,4 +30,4 @@ Rcpp::List qtl_enrichment_rcpp( } return output_list; -} \ No newline at end of file +} diff --git a/src/sdpr.cpp b/src/sdpr.cpp index e64377a8..3deb5e3a 100644 --- a/src/sdpr.cpp +++ b/src/sdpr.cpp @@ -57,4 +57,4 @@ Rcpp::List sdpr_rcpp( ); return output; -} \ No newline at end of file +}