aboutsummaryrefslogtreecommitdiff
path: root/Source/ExcelDNA/Functions.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ExcelDNA/Functions.cs')
-rw-r--r--Source/ExcelDNA/Functions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ExcelDNA/Functions.cs b/Source/ExcelDNA/Functions.cs
index a9bdfca..cd09535 100644
--- a/Source/ExcelDNA/Functions.cs
+++ b/Source/ExcelDNA/Functions.cs
@@ -14,6 +14,6 @@ namespace Rehau.Sku.Assist
[ExcelFunction]
public static object RAUPRICE(string request)
- => SkuAssist.GetProduct(request, ProductField.Price);
+ => SkuAssist.GetProduct(request, ProductField.Price);
}
} \ No newline at end of file