Skip to content

Commit a1f1c38

Browse files
matiasperrone-exomatiasperrone
authored andcommitted
fix: Change "namespace" word positioning
1 parent 54fc867 commit a1f1c38

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

app/Http/Controllers/Apis/Protected/Main/OAuth2TagsApiController.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");
@@ -342,4 +345,4 @@ public function deleteTag($tag_id){
342345
return $this->deleted();
343346
});
344347
}
345-
}
348+
}

0 commit comments

Comments
 (0)