Merge pull request #399 from teeparham/encoding
Remove comments specifying encoding
This commit is contained in:
commit
9c2707649e
|
@ -1,4 +1,3 @@
|
||||||
# coding: utf-8
|
|
||||||
lib = File.expand_path('../lib', __FILE__)
|
lib = File.expand_path('../lib', __FILE__)
|
||||||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
||||||
require 'google/apis/version'
|
require 'google/apis/version'
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# encoding:utf-8
|
|
||||||
|
|
||||||
# Copyright 2013 Google Inc.
|
# Copyright 2013 Google Inc.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|
Loading…
Reference in New Issue