From 4774872342a7747e0e12be50a8b339e1a1148951 Mon Sep 17 00:00:00 2001 From: Lukas Weber Date: Tue, 15 Aug 2023 15:01:51 -0400 Subject: [PATCH] formatting --- R/AllGenerics.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/AllGenerics.R b/R/AllGenerics.R index d2da2c1..0c59c21 100644 --- a/R/AllGenerics.R +++ b/R/AllGenerics.R @@ -68,7 +68,7 @@ setGeneric("molecules", function(x, ...) standardGeneric("molecules")) #' @export setGeneric("molecules<-", function(x, ..., value) standardGeneric("molecules<-")) -# SpatialExperiment methods to rotate and mirror coordinates +# SpatialExperiment methods to rotate and mirror coordinates ------------------- #' @export setGeneric("rotateCoords", function(x, ...) standardGeneric("rotateCoords"))