Skip to content

Commit b81a87d

Browse files
fix: Change "namespace" word positioning
1 parent c35ff80 commit b81a87d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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)