Skip to content

Commit ca67379

Browse files
committed
Remove empty lines
1 parent 1f1c40b commit ca67379

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: lib/mysql2psql/connection.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
class Mysql2psql
32
class Connection
43
attr_reader :conn, :adapter, :hostname, :login, :password, :database, :schema, :port, :environment, :jruby, :copy_manager, :stream, :is_copying

Diff for: lib/mysql2psql/errors.rb

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
21
class Mysql2psql
32
class GeneralError < StandardError
43
end
54

65
class ConfigurationError < StandardError
76
end
7+
88
class UninitializedValueError < ConfigurationError
99
end
10+
1011
class ConfigurationFileNotFound < ConfigurationError
1112
end
13+
1214
class ConfigurationFileInitialized < ConfigurationError
1315
end
1416
end

Diff for: lib/mysqltopostgres.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
if RUBY_PLATFORM == 'java'
32
require 'active_record'
43
require 'postgres-pr/postgres-compat'

0 commit comments

Comments
 (0)