Navigation Menu

Skip to content

Commit

Permalink
Uniform definiton style of a sub class
Browse files Browse the repository at this point in the history
before:
  class Parent::Child

after:
  class Parent
    class Child
  • Loading branch information
piroor committed Jan 6, 2015
1 parent de38079 commit ba429a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/droonga/serf/downloader.rb
Expand Up @@ -24,7 +24,8 @@
require "droonga/loggable"

module Droonga
class Serf::Downloader
class Serf
class Downloader
include Loggable

class DownloadFailed < StandardError
Expand Down Expand Up @@ -111,5 +112,6 @@ def detect_architecture
def log_tag
"serf-downloader"
end
end
end
end
endi

0 comments on commit ba429a2

Please sign in to comment.