diff options
author | Amine Hilaly <hilalyamine@gmail.com> | 2019-07-23 17:29:53 +0200 |
---|---|---|
committer | Amine Hilaly <hilalyamine@gmail.com> | 2019-07-23 17:29:53 +0200 |
commit | 0329bfdf440ec48c5c5c5c6dbe2ca8519d99b706 (patch) | |
tree | fbff33e372cdd8ca5008a61d9993785baa17b9f4 /bridge/gitlab/export.go | |
parent | d098a96407c55281c28bfdea9925df587b4d4400 (diff) | |
download | git-bug-0329bfdf440ec48c5c5c5c6dbe2ca8519d99b706.tar.gz |
bridge/gitlab: change validateProjectURL signature
bridge/gitlab: code cleanup
Diffstat (limited to 'bridge/gitlab/export.go')
-rw-r--r-- | bridge/gitlab/export.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bridge/gitlab/export.go b/bridge/gitlab/export.go index 0aafeef9..85b5ee2e 100644 --- a/bridge/gitlab/export.go +++ b/bridge/gitlab/export.go @@ -14,8 +14,7 @@ var ( ) // gitlabExporter implement the Exporter interface -type gitlabExporter struct { -} +type gitlabExporter struct{} // Init . func (ge *gitlabExporter) Init(conf core.Configuration) error { |