aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/Tensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Tensor.cpp')
-rw-r--r--src/runtime/Tensor.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/runtime/Tensor.cpp b/src/runtime/Tensor.cpp
index 6dcef9f0b5..f17e323694 100644
--- a/src/runtime/Tensor.cpp
+++ b/src/runtime/Tensor.cpp
@@ -25,8 +25,7 @@
namespace arm_compute
{
-Tensor::Tensor(IRuntimeContext *)
- : _allocator(this)
+Tensor::Tensor(IRuntimeContext *) : _allocator(this)
{
}