Skip to content

Commit a843136

Browse files
fix: Change "namespace" word positioning
1 parent 2b235e6 commit a843136

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

app/Http/Controllers/Apis/Marketplace/PublicCloudsApiController.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<?php namespace App\Http\Controllers;
1+
<?php
2+
3+
namespace App\Http\Controllers;
4+
25
/**
36
* Copyright 2017 OpenStack Foundation
47
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -93,4 +96,4 @@ public function getAll()
9396
{
9497
return parent::getAll();
9598
}
96-
}
99+
}

0 commit comments

Comments
 (0)