Skip to content

Commit a57f14f

Browse files
committed
Standard
1 parent 958473e commit a57f14f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/errbit_github_plugin.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# frozen_string_literal: true
22

33
require "errbit_github_plugin/version"
4-
require 'errbit_github_plugin/error'
5-
require 'errbit_github_plugin/issue_tracker'
4+
require "errbit_github_plugin/error"
5+
require "errbit_github_plugin/issue_tracker"
66

77
module ErrbitGithubPlugin
88
def self.root
9-
File.expand_path '../..', __FILE__
9+
File.expand_path "../..", __FILE__
1010
end
1111

1212
def self.read_static_file(file)
13-
File.read(File.join(self.root, 'static', file))
13+
File.read(File.join(root, "static", file))
1414
end
1515
end
1616

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ErrbitGithubPlugin
4-
VERSION = '0.4.0'
4+
VERSION = "0.4.0"
55
end

0 commit comments

Comments
 (0)